home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / basic / CLONECD / Setup.exe / $SMPROGRAMS / CloneCD / CloneCD.exe / 0 / RCDATA / TPROFILEFORM / TPROFILEFORM.txt
Encoding:
Text File  |  2003-05-08  |  9.9 KB  |  395 lines

  1. object ProfileForm: TProfileForm
  2.   Left = 508
  3.   Top = 679
  4.   BorderStyle = bsDialog
  5.   Caption = 'Profile Settings'
  6.   ClientHeight = 355
  7.   ClientWidth = 406
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnMouseDown = FormMouseDown
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 406
  24.     Height = 276
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object PageControl: TPageControl
  28.       Left = 1
  29.       Top = 1
  30.       Width = 404
  31.       Height = 274
  32.       ActivePage = DataTabSheet
  33.       Align = alClient
  34.       HotTrack = True
  35.       TabIndex = 0
  36.       TabOrder = 0
  37.       object DataTabSheet: TTabSheet
  38.         ImageIndex = 3
  39.         object DataGroupBox: TGroupBox
  40.           Left = 14
  41.           Top = 52
  42.           Width = 369
  43.           Height = 142
  44.           TabOrder = 0
  45.           object ReadDataSpeedLabel: TLabel
  46.             Left = 16
  47.             Top = 34
  48.             Width = 161
  49.             Height = 17
  50.             Alignment = taRightJustify
  51.             AutoSize = False
  52.             Layout = tlBottom
  53.             OnMouseDown = FormMouseDown
  54.           end
  55.           object ReadDataSpeedBox: TComboBox
  56.             Left = 196
  57.             Top = 34
  58.             Width = 137
  59.             Height = 21
  60.             Style = csDropDownList
  61.             DropDownCount = 14
  62.             ItemHeight = 13
  63.             ParentShowHint = False
  64.             PopupMenu = MainForm.PopupMenu1
  65.             ShowHint = False
  66.             TabOrder = 0
  67.             Items.Strings = (
  68.               '1x (176 kByte/s)'
  69.               '2x (352 kByte/s)'
  70.               '4x (704 kByte/s)'
  71.               '8x (1408 kByte/s)'
  72.               '10x (1760 kByte/s)'
  73.               '16x (2816 kByte/s)'
  74.               '20x (3520 kByte/s)'
  75.               '30x (5280 kByte/s)'
  76.               '32x (5632 kByte/s)'
  77.               '40x (7040 kByte/s)'
  78.               '48x (8448 kByte/s)'
  79.               'Max')
  80.           end
  81.           object DataSubBox: TCheckBox
  82.             Left = 36
  83.             Top = 80
  84.             Width = 289
  85.             Height = 17
  86.             ParentShowHint = False
  87.             ShowHint = False
  88.             TabOrder = 1
  89.             OnMouseDown = FormMouseDown
  90.           end
  91.           object RegenerateBox: TCheckBox
  92.             Left = 36
  93.             Top = 104
  94.             Width = 289
  95.             Height = 17
  96.             Caption = 'Regen'
  97.             ParentShowHint = False
  98.             ShowHint = False
  99.             TabOrder = 2
  100.             OnMouseDown = FormMouseDown
  101.           end
  102.         end
  103.       end
  104.       object AudioTabSheet: TTabSheet
  105.         ImageIndex = 4
  106.         object AudioGroupBox: TGroupBox
  107.           Left = 14
  108.           Top = 35
  109.           Width = 369
  110.           Height = 179
  111.           TabOrder = 0
  112.           object ReadAudioSpeedLabel: TLabel
  113.             Left = 16
  114.             Top = 28
  115.             Width = 161
  116.             Height = 17
  117.             Alignment = taRightJustify
  118.             AutoSize = False
  119.             Layout = tlBottom
  120.             OnMouseDown = FormMouseDown
  121.           end
  122.           object AudioQualityLabel: TLabel
  123.             Left = 16
  124.             Top = 68
  125.             Width = 161
  126.             Height = 17
  127.             Alignment = taRightJustify
  128.             AutoSize = False
  129.             OnMouseDown = FormMouseDown
  130.           end
  131.           object ReadAudioSpeedBox: TComboBox
  132.             Left = 196
  133.             Top = 28
  134.             Width = 137
  135.             Height = 21
  136.             Style = csDropDownList
  137.             DropDownCount = 14
  138.             ItemHeight = 0
  139.             ParentShowHint = False
  140.             PopupMenu = MainForm.PopupMenu1
  141.             ShowHint = False
  142.             TabOrder = 0
  143.           end
  144.           object AudioSubBox: TCheckBox
  145.             Left = 36
  146.             Top = 114
  147.             Width = 289
  148.             Height = 17
  149.             ParentShowHint = False
  150.             ShowHint = False
  151.             TabOrder = 1
  152.             OnMouseDown = FormMouseDown
  153.           end
  154.           object AudioQualityComboBox: TComboBox
  155.             Left = 196
  156.             Top = 68
  157.             Width = 137
  158.             Height = 21
  159.             Style = csDropDownList
  160.             DropDownCount = 14
  161.             ItemHeight = 13
  162.             ParentShowHint = False
  163.             PopupMenu = MainForm.PopupMenu1
  164.             ShowHint = False
  165.             TabOrder = 2
  166.             Items.Strings = (
  167.               'Worst (Very Fast)'
  168.               'Medium (Fast)'
  169.               'Good (Slow)'
  170.               'Best (Very Slow)')
  171.           end
  172.           object FirstSessionOnlyCheckBox: TCheckBox
  173.             Left = 36
  174.             Top = 135
  175.             Width = 289
  176.             Height = 17
  177.             ParentShowHint = False
  178.             ShowHint = False
  179.             TabOrder = 3
  180.             OnMouseDown = FormMouseDown
  181.           end
  182.         end
  183.       end
  184.       object ErrorTabSheet: TTabSheet
  185.         ImageIndex = 3
  186.         object ErrorGroupBox: TGroupBox
  187.           Left = 9
  188.           Top = 16
  189.           Width = 377
  190.           Height = 217
  191.           TabOrder = 0
  192.           object SkipLabel: TLabel
  193.             Left = 136
  194.             Top = 163
  195.             Width = 185
  196.             Height = 17
  197.             AutoSize = False
  198.             Caption = 'La'
  199.             OnMouseDown = FormMouseDown
  200.           end
  201.           object FESLabel: TLabel
  202.             Left = 18
  203.             Top = 37
  204.             Width = 197
  205.             Height = 17
  206.             Alignment = taRightJustify
  207.             AutoSize = False
  208.             Layout = tlBottom
  209.             OnMouseDown = FormMouseDown
  210.           end
  211.           object AbortErrorBox: TCheckBox
  212.             Left = 32
  213.             Top = 85
  214.             Width = 321
  215.             Height = 17
  216.             ParentShowHint = False
  217.             ShowHint = False
  218.             TabOrder = 1
  219.             OnClick = AbortErrorBoxClick
  220.             OnMouseDown = FormMouseDown
  221.           end
  222.           object DoScanBox: TCheckBox
  223.             Left = 32
  224.             Top = 133
  225.             Width = 321
  226.             Height = 17
  227.             ParentShowHint = False
  228.             ShowHint = False
  229.             TabOrder = 3
  230.             OnClick = DoScanBoxClick
  231.             OnMouseDown = FormMouseDown
  232.           end
  233.           object SkipEdit: TCSpinEdit
  234.             Left = 28
  235.             Top = 159
  236.             Width = 97
  237.             Height = 22
  238.             MaxValue = 100000
  239.             MinValue = 1
  240.             TabOrder = 4
  241.             Value = 1
  242.           end
  243.           object FESComboBox: TComboBox
  244.             Left = 222
  245.             Top = 37
  246.             Width = 137
  247.             Height = 21
  248.             Style = csDropDownList
  249.             DropDownCount = 14
  250.             ItemHeight = 13
  251.             ParentShowHint = False
  252.             PopupMenu = MainForm.PopupMenu1
  253.             ShowHint = False
  254.             TabOrder = 0
  255.             Items.Strings = (
  256.               'Disabled'
  257.               'Enabled'
  258.               'Automatic')
  259.           end
  260.           object NoErrorBox: TCheckBox
  261.             Left = 32
  262.             Top = 109
  263.             Width = 321
  264.             Height = 17
  265.             ParentShowHint = False
  266.             ShowHint = False
  267.             TabOrder = 2
  268.             OnMouseDown = FormMouseDown
  269.           end
  270.         end
  271.       end
  272.       object WriteTabSheet: TTabSheet
  273.         ImageIndex = 3
  274.         object WriteSpeedLabel: TLabel
  275.           Left = 24
  276.           Top = 64
  277.           Width = 177
  278.           Height = 17
  279.           Alignment = taRightJustify
  280.           AutoSize = False
  281.           Layout = tlBottom
  282.           OnMouseDown = FormMouseDown
  283.         end
  284.         object WeakLabel: TLabel
  285.           Left = 24
  286.           Top = 96
  287.           Width = 177
  288.           Height = 17
  289.           Alignment = taRightJustify
  290.           AutoSize = False
  291.           Layout = tlBottom
  292.           OnMouseDown = FormMouseDown
  293.         end
  294.         object RepairSubBox: TCheckBox
  295.           Left = 48
  296.           Top = 142
  297.           Width = 273
  298.           Height = 17
  299.           ParentShowHint = False
  300.           ShowHint = False
  301.           TabOrder = 0
  302.           OnMouseDown = FormMouseDown
  303.         end
  304.         object LeaveOpenBox: TCheckBox
  305.           Left = 48
  306.           Top = 166
  307.           Width = 273
  308.           Height = 17
  309.           ParentShowHint = False
  310.           ShowHint = False
  311.           TabOrder = 1
  312.           OnMouseDown = FormMouseDown
  313.         end
  314.         object WriteSpeedBox: TComboBox
  315.           Left = 208
  316.           Top = 64
  317.           Width = 137
  318.           Height = 21
  319.           Hint = 'Select Write Speed'
  320.           Style = csDropDownList
  321.           DropDownCount = 18
  322.           ItemHeight = 0
  323.           ParentShowHint = False
  324.           PopupMenu = MainForm.PopupMenu1
  325.           ShowHint = False
  326.           TabOrder = 2
  327.         end
  328.         object WeakComboBox: TComboBox
  329.           Left = 208
  330.           Top = 96
  331.           Width = 137
  332.           Height = 21
  333.           Hint = 'Select Write Speed'
  334.           Style = csDropDownList
  335.           DropDownCount = 18
  336.           ItemHeight = 0
  337.           ParentShowHint = False
  338.           PopupMenu = MainForm.PopupMenu1
  339.           ShowHint = False
  340.           TabOrder = 3
  341.         end
  342.       end
  343.     end
  344.   end
  345.   object Panel2: TPanel
  346.     Left = 0
  347.     Top = 276
  348.     Width = 406
  349.     Height = 59
  350.     Align = alBottom
  351.     TabOrder = 1
  352.     object OkButton: TButton
  353.       Left = 192
  354.       Top = 17
  355.       Width = 89
  356.       Height = 25
  357.       ModalResult = 1
  358.       TabOrder = 0
  359.     end
  360.     object CancelButton: TButton
  361.       Left = 288
  362.       Top = 17
  363.       Width = 89
  364.       Height = 25
  365.       Cancel = True
  366.       ModalResult = 2
  367.       TabOrder = 1
  368.     end
  369.     object DefaultButton: TButton
  370.       Left = 32
  371.       Top = 18
  372.       Width = 97
  373.       Height = 25
  374.       TabOrder = 2
  375.       OnClick = DefaultButtonClick
  376.       OnMouseDown = FormMouseDown
  377.     end
  378.   end
  379.   object StatusPanel: TPanel
  380.     Left = 0
  381.     Top = 335
  382.     Width = 406
  383.     Height = 20
  384.     Align = alBottom
  385.     Alignment = taLeftJustify
  386.     BevelInner = bvLowered
  387.     BevelOuter = bvNone
  388.     BorderWidth = 1
  389.     ParentShowHint = False
  390.     ShowHint = False
  391.     TabOrder = 2
  392.     OnMouseDown = FormMouseDown
  393.   end
  394. end
  395.